From fa6957654cbcbb07ad5e6d33a5a94a318fe3630d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 14 May 2004 01:02:37 +0000 Subject: [PATCH] 2004-05-13 John Wiegley * eshell/esh-test.el (eshell-test): Call the function `emacs-version' rather than trying to build a custom version string. --- lisp/eshell/esh-test.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el index 54edf5e35ab..076505da14e 100644 --- a/lisp/eshell/esh-test.el +++ b/lisp/eshell/esh-test.el @@ -167,13 +167,7 @@ (local-set-key [(control ?m)] 'eshell-test-goto-func) (local-set-key [return] 'eshell-test-goto-func) - (insert "Testing Eshell under " - (format "GNU Emacs %s (%s%s)" - emacs-version - system-configuration - (cond ((featurep 'motif) ", Motif") - ((featurep 'x-toolkit) ", X toolkit") - (t "")))) + (insert "Testing Eshell under " (emacs-version)) (switch-to-buffer test-buffer) (delete-other-windows)) (eshell-for funcname (sort (all-completions "eshell-test--" -- 2.30.2